Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
7 registered members (EternallyCurious, 7th_zorro, Ayumi, Quad, AndrewAMD, ricky_k, 1 invisible), 497 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 4 1 2 3 4
A stable free IDE #202466
04/15/08 07:27
04/15/08 07:27
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline OP
Serious User
Dark_samurai  Offline OP
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
Hi!
I wrote a c++ plugin with the DEV-C++ IDE. But I noticed that the complier has a lot of strange bugs. Because of this I'm looking for a free Compiler/IDE which is able to compile dlls for gamestudio (I'm not sure if this can be done with every compiler) and is stable enough to write a big plugin without lot's of annoying compilerbugs.
Which IDE would you use or do you use?
Are there any problems if I recompile my dll with another compiler?

Dark_Samurai


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: A stable free IDE [Re: Dark_samurai] #202472
04/15/08 08:10
04/15/08 08:10
Joined: Aug 2005
Posts: 1,230
M
MichaelGale Offline
Serious User
MichaelGale  Offline
Serious User
M

Joined: Aug 2005
Posts: 1,230
Visual C++ 2005/2008 Express Edition?


Your friendly mod is at your service.
Re: A stable free IDE [Re: MichaelGale] #202487
04/15/08 09:55
04/15/08 09:55
Joined: Aug 2006
Posts: 652
Netherlands
bstudio Offline
User
bstudio  Offline
User

Joined: Aug 2006
Posts: 652
Netherlands
I got codeblocks to work, it took a lot of effort though


BASIC programmers never die, they GOSUB and don't RETURN.
Re: A stable free IDE [Re: bstudio] #202495
04/15/08 10:30
04/15/08 10:30
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline OP
Serious User
Dark_samurai  Offline OP
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
 Quote:
Visual C++ 2005/2008 Express Edition?


With the express edition it's not possible to compile dlls.


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: A stable free IDE [Re: Dark_samurai] #202503
04/15/08 11:05
04/15/08 11:05
Joined: Jan 2004
Posts: 2,013
The Netherlands
E
Excessus Offline
Expert
Excessus  Offline
Expert
E

Joined: Jan 2004
Posts: 2,013
The Netherlands
You're wrong, you can compile dlls.

Re: A stable free IDE [Re: Excessus] #202509
04/15/08 11:59
04/15/08 11:59
Joined: Aug 2005
Posts: 1,230
M
MichaelGale Offline
Serious User
MichaelGale  Offline
Serious User
M

Joined: Aug 2005
Posts: 1,230
Yep. You just need the WinSDK as well (which is available on the microsoft website), because it is not included in the installer.


Your friendly mod is at your service.
Re: A stable free IDE [Re: MichaelGale] #202533
04/15/08 14:58
04/15/08 14:58
Joined: Jul 2004
Posts: 1,924
Finland
Ambassador Offline
Serious User
Ambassador  Offline
Serious User

Joined: Jul 2004
Posts: 1,924
Finland
What do you mean by "compilerbugs"?

Re: A stable free IDE [Re: Ambassador] #202541
04/15/08 15:51
04/15/08 15:51
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline OP
Serious User
Dark_samurai  Offline OP
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
 Quote:
What do you mean by "compilerbugs"?


Correct written code doesn't work. For example I have many problems with the type short and scanf/sscanf, altough the same code works in other IDEs.

 Quote:
Yep. You just need the WinSDK as well (which is available on the microsoft website), because it is not included in the installer.


Oh, thats the reason why the button dll was grayed out [is this english???].

I had the express edition but something went wrong with my registration.
So I will try to install it again...

Dark_Samurai


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: A stable free IDE [Re: Dark_samurai] #202558
04/15/08 18:28
04/15/08 18:28
Joined: Mar 2007
Posts: 75
Hamburg, Ger
Altimeter Offline
Junior Member
Altimeter  Offline
Junior Member

Joined: Mar 2007
Posts: 75
Hamburg, Ger
with VC++2008 express you can start right away.
No need for extra downloads. You can compile dlls for 3DGS and can use these in commercial products. I am quite happy with it.

Re: A stable free IDE [Re: Altimeter] #202707
04/16/08 16:18
04/16/08 16:18
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline OP
Serious User
Dark_samurai  Offline OP
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
 Quote:
with VC++2008 express you can start right away.
No need for extra downloads. You can compile dlls for 3DGS and can use these in commercial products. I am quite happy with it.


I installed it again and again I can't create dll projects... I click [new project] and than I can't find dll as template. There is nothing under win32 nor under CLR nor under general. (I don't know if these buttons are correct translated, because I have the german version of VC++ 2008).

Do I still need the WinSDK?

Dark_Samurai


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Page 1 of 4 1 2 3 4

Moderated by  TWO 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1