ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
|
RE: [C Help] Jumping from PSP to PC
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
|
|
17/09/2009 04:42 AM |
|