A ahenobarb Warlord Joined Mar 8, 2001 Messages 118 Nov 22, 2011 #1 I just can't find it in the source files. Either my search function is borked, or the CvGameCoreDLL project doesn't have this line. If not, where does the program begin execution? Thanks in advance ... hopeless noob.
I just can't find it in the source files. Either my search function is borked, or the CvGameCoreDLL project doesn't have this line. If not, where does the program begin execution? Thanks in advance ... hopeless noob.
A AIAndy Deity Joined Jun 8, 2011 Messages 3,428 Nov 22, 2011 #2 This is a DLL, not an EXE. There are lots of functions that serve as entry points when they are called from the BtS exe.
This is a DLL, not an EXE. There are lots of functions that serve as entry points when they are called from the BtS exe.
A ahenobarb Warlord Joined Mar 8, 2001 Messages 118 Nov 22, 2011 #3 AIAndy said: This is a DLL, not an EXE. There are lots of functions that serve as entry points when they are called from the BtS exe. Click to expand... Oi! Sometimes you can just start pulling on a thread without thinking. DLL, oops.
AIAndy said: This is a DLL, not an EXE. There are lots of functions that serve as entry points when they are called from the BtS exe. Click to expand... Oi! Sometimes you can just start pulling on a thread without thinking. DLL, oops.
Asaf Sleep Deprived Joined Mar 22, 2010 Messages 1,326 Nov 23, 2011 #4 And in any case, Code: static void Main (String[] args) is C#, not native C++.