S7*
Sweet Dreams
Posts: 16,689.4373 Threads: 1,056
Joined: 3rd Apr 2007
Reputation: 14.29926
E-Pigs: 383.2309
|
RE: [C Help] Jumping from PSP to PC
ZiNgA BuRgA Wrote:Senseito URΩBΩROS Wrote:ZiNgA BuRgA Wrote:You just need to have the files with your project (dunno if your IDE will require some compiler/linker option changes). Will probably need to change your #include directives to reflect this too.
so LIBs get compiled at the same time as the Application? Unusual... but I'll have a look at it.
No, precompiled files get linked.
This is the process of how C/C++ compilation generally works:
source code » preprocessor » compiler » linker » executable
executable » link with DLLs » process
I see what you're saying
but I as asking about Libraries that HAVEN'T been precompiled.
|
|
17/09/2009 04:44 AM |
|