Just moved to XP, and I get no issues except with the Linker(again).
I do all then32 but module fixing things in settings, and I get a new error.
It is below:
I also moved to virtualbox because VMWare kept crashing.
Just moved to XP, and I get no issues except with the Linker(again).
I do all then32 but module fixing things in settings, and I get a new error.
It is below:
I also moved to virtualbox because VMWare kept crashing.
That kind of looks like you need to specify the Large memory model, it's under Options->Project->16-Bit Compiler->Memory Model
Love DAOC? Tryout my DAOC clone: https://dl.dropboxusercontent.com/u/8974528/VON_Dist.zip
Ok. I will check tomorrow. It is quite late here.
Thank you for your help so far, though.
7 hours ago, Steve_Segreto said:That kind of looks like you need to specify the Large memory model, it's under Options->Project->16-Bit Compiler->Memory Model
I tried that, and it does not do anything... I get the same error.
Did you specify Large for all modules you link to make the EXE? Basically ACK project and FDemo project. I think you also need the dos power pack Borland extension if you don’t have it installed already.
Love DAOC? Tryout my DAOC clone: https://dl.dropboxusercontent.com/u/8974528/VON_Dist.zip
6 minutes ago, Steve_Segreto said:Did you specify Large for all modules you link to make the EXE? Basically ACK project and FDemo project. I think you also need the dos power pack Borland extension if you don’t have it installed already.
How could I do this? (The modules thing)
Would I have to go and rebuild the Library with the Large memory model?
Yes every .lib and .obj that you built youself needs the same memory model
Love DAOC? Tryout my DAOC clone: https://dl.dropboxusercontent.com/u/8974528/VON_Dist.zip
Ahhhhhhhh ok. That may be the issue... ok I will see what happens. I was building the rest of the library with a Small memory model...
Look at this answer if you get stuck on DGROUP exceeds 64k (https://forum.lowyat.net/topic/1261524/all). You might have to switch that huge array to a far pointer
Love DAOC? Tryout my DAOC clone: https://dl.dropboxusercontent.com/u/8974528/VON_Dist.zip
1 hour ago, Steve_Segreto said:Look at this answer if you get stuck on DGROUP exceeds 64k (https://forum.lowyat.net/topic/1261524/all). You might have to switch that huge array to a far pointer
I tried the small memory model, but yet it still is not cooperating. It fixed one of the errors, but another one with the same 64k error popped up...
in other words, I still have 2 errors.
the forum that you sent me was very beneficial, though and I now have a good understanding of the error. I just don’t know what settings/code to change.
Thanks!
However, I am sorry, but I am out of ideas of what I can fix...