View Single Post
Old 09-06-2011, 09:39 AM   #5
yoni0505
Forum hobbit

 
Join Date: Dec 2007
Location: Ramat Gan, Israel
Posts: 39
Default

Quote:
Originally Posted by Luchsen View Post
What program did you use to write that editor? I can't get the Delphi I was used to use in school, and I don't get along well with Lazarus. I did want to make an editor for Princess Maker 2 even though there is one already. At least I have some more values, I think.

Ah, I see you used Microsoft Visual Studio? That's not good, you need .NET Framework 4 to run the editor. And for my editor I don't want to have to have that DLL file.
Yes, I used Microsoft Visual C++ 2010 to write it.
For the runtime DLL, you can ship it with the program. I know it's isn't aesthetical, but I believe no one will mind it.

I believe most windows computers have updated .NET framework.

I know it isn't ideal, but it will do the job

Also I would recommend you trying C++.
It got a large amount of supported libraries.
Also Visual C++ have a thing that called "Windows Forms" which do all the dirty job of writing the code for windows components.
I used it in my editor all the graphical components in my editor and the file selection.

Last edited by yoni0505; 09-06-2011 at 09:52 AM.
yoni0505 is offline                         Send a private message to yoni0505
Reply With Quote