release build cgprogrammanager error Topic is solved

Problems building or running the engine, queries about how to use features etc.
Post Reply
Nickak2003
Goblin
Posts: 272
Joined: Thu Jun 10, 2004 4:19 am
x 26

release build cgprogrammanager error

Post by Nickak2003 »

1.11, from source; dependencies from source ( cabalistic ). I got everything working fine on debug build and have been developing with it for a while. Now I'm trying to get a release build going and cgprogrammanager is not compiling, I get an odd error,

Code: Select all

Error	LNK1107	invalid or corrupt file: cannot read at 0x358	Plugin_CgProgramManager	C:\Users\nick\Documents\programming\lib\bin\ogredeps\ogredeps\bin\Release\cg.dll	1	
The cg.dll is the same one used in the debug (I think) so I don't quite understand why it's not working.
Nickak2003
Goblin
Posts: 272
Joined: Thu Jun 10, 2004 4:19 am
x 26

Re: release build cgprogrammanager error

Post by Nickak2003 »

figured it out, derp. In the library dependencies it lists cg.dll instead of cg.lib!
Post Reply