Suggest C++ compiler

Ripiz

Member
Joined
Jan 2, 2007
Messages
6
Reaction score
0
Could anyone please suggest a compiler to make D2HackIt modules? I tried Dev-C++ but it says some strange errors ... =\
 

Ultimate Empire

BattleForums Addict
Joined
May 18, 2003
Messages
701
Reaction score
0
To use Crimson Editor, don't you need a compiler to hook it up to though? I know that when I use CE for Java, you still need to configure it to use Sun-JDK.

@Ripiz: When I program d2hackit modules, I use Visual Studio 6.0 (although .Net should work too). Just make sure you have the d2hackit framework so that you can compile :D
 

Ripiz

Member
Joined
Jan 2, 2007
Messages
6
Reaction score
0
I didn't tried Visual Studio because I use Windows 98 and it need XP ...
Going to download Crimson Editor and test it out..


Here's the line:
BIND_TO_SERVER(GamePrintInfo);
And here's the errors:
58:1 C:\WINDOWS\Desktop\d2moma\Source\\ClientCore.cpp pasting "->" and "GamePrintInfo" does not give a valid preprocessing token
58:1 C:\WINDOWS\Desktop\d2moma\Source\\ClientCore.cpp pasting "GamePrintInfo" and "=" does not give a valid preprocessing token
58:1 C:\WINDOWS\Desktop\d2moma\Source\\ClientCore.cpp pasting "fnGamePrintInfo" and ")" does not give a valid preprocessing token
58:1 C:\WINDOWS\Desktop\d2moma\Source\\ClientCore.cpp pasting ""GamePrintInfo"" and ")" does not give a valid preprocessing token

It's one of most common errors...


EDIT: Crimson Editor just to edit, it don't compile =[[
 

Ultimate Empire

BattleForums Addict
Joined
May 18, 2003
Messages
701
Reaction score
0
So is that VC? or is that some other compiler?
 

Ripiz

Member
Joined
Jan 2, 2007
Messages
6
Reaction score
0
That's Dev-C++. SweatyOgre told he like it, maybe he will help me with it =)
 

Mr60s

Member!
Joined
Nov 11, 2002
Messages
154
Reaction score
0
Location
Norway
Website
Visit site
Doesn't look to me like your compiler is the problem. There is something wrong with your source.
 

Ripiz

Member
Joined
Jan 2, 2007
Messages
6
Reaction score
0
It's D2Moma source, I didn't edit anything just tried to compile to know if it's worth to try, I always get errors =[
 

NewPosts

New threads

Top