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
4 registered members (ozgur, EternallyCurious, howardR, 1 invisible), 623 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 2 of 23 1 2 3 4 22 23
Re: C# wrapper 2.0.1 - RELEASE [Re: Stromausfall] #345321
10/25/10 09:31
10/25/10 09:31
Joined: Feb 2010
Posts: 320
TANA/Madagascar
3dgs_snake Offline
Senior Member
3dgs_snake  Offline
Senior Member

Joined: Feb 2010
Posts: 320
TANA/Madagascar
Hi,
The wrapper is really really great, thanks.
I wanted just to ask a question : Is there some reason why some functions are not included (ex : file_..., add_folder, add_resource, add_buffer, add_new, ...)? I was able to add some of them but just wondered why you didn't put them inside.

Best regards.

PS : I think that it is best to let the functions like they are, it is more easy to find them in the documentation.

Re: C# wrapper 2.0.1 - RELEASE [Re: 3dgs_snake] #345329
10/25/10 14:00
10/25/10 14:00
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
i think you don't really need those file functions from Gamestudio!
Think about the classes of System.IO!
You have File Streams or read/write files directly with File.*
Directories you can create with Directory.*
So why use those file functions from Gamestudio if you have full file system power of .NET?
grin this is one of the really good things of the wrapper, you can use it for graphics only and for data and so you can use c#


Visit my site: www.masterq32.de
Re: C# wrapper 2.0.1 - RELEASE [Re: MasterQ32] #345400
10/25/10 21:08
10/25/10 21:08
Joined: Dec 2002
Posts: 616
Austria
Stromausfall Offline OP
User
Stromausfall  Offline OP
User

Joined: Dec 2002
Posts: 616
Austria
yes, richi007 is right, for the file_ functions i thought about all the posibilities c# offers for file i/o !
hmmm i think i didn't add add_folder, add_resource etc because first, they aren't really necessary and second because i suspected them to be only usable in engine plugin, as they are under "// conversion and utility functions for the DLL interface" in the afuncs.h !


get the C# wrapper:
for A7.85.4 and A8.30.4, Version 2.3.9
at http://acknexwrapper2.matthias-auer.net/ or visit the thread
Re: C# wrapper 2.0.1 - RELEASE [Re: Stromausfall] #345419
10/26/10 05:14
10/26/10 05:14
Joined: Feb 2010
Posts: 320
TANA/Madagascar
3dgs_snake Offline
Senior Member
3dgs_snake  Offline
Senior Member

Joined: Feb 2010
Posts: 320
TANA/Madagascar
smile OK then for the file_* functions (I have already implemented some of them blush ). I have also implemented add_folder and it works well. I just wanted the add_buffer and add_resource but i think that they need the file_load function, or how can I do something similar?

Re: C# wrapper 2.0.1 - RELEASE [Re: 3dgs_snake] #345430
10/26/10 08:13
10/26/10 08:13
Joined: Dec 2002
Posts: 616
Austria
Stromausfall Offline OP
User
Stromausfall  Offline OP
User

Joined: Dec 2002
Posts: 616
Austria
hmmm I'm not really familiar with these functions... the easiest thing will be to just implement them, I'll try to upload a new version of the wrapper as soon as possible (most likely today) which implements these functions !


get the C# wrapper:
for A7.85.4 and A8.30.4, Version 2.3.9
at http://acknexwrapper2.matthias-auer.net/ or visit the thread
Re: C# wrapper 2.0.1 - RELEASE [Re: Stromausfall] #345437
10/26/10 09:38
10/26/10 09:38
Joined: Feb 2010
Posts: 320
TANA/Madagascar
3dgs_snake Offline
Senior Member
3dgs_snake  Offline
Senior Member

Joined: Feb 2010
Posts: 320
TANA/Madagascar
Thank's a lot, that is really very kind of you.

Best regards.

Re: C# wrapper 2.0.3 - RELEASE [Re: 3dgs_snake] #345445
10/26/10 10:56
10/26/10 10:56
Joined: Dec 2002
Posts: 616
Austria
Stromausfall Offline OP
User
Stromausfall  Offline OP
User

Joined: Dec 2002
Posts: 616
Austria
I've uploaded a new version of the wrapper, it adds most of the i/o, utility and dll functions that were missing !

get it here!

Last edited by Stromausfall; 10/26/10 10:57.

get the C# wrapper:
for A7.85.4 and A8.30.4, Version 2.3.9
at http://acknexwrapper2.matthias-auer.net/ or visit the thread
Re: C# wrapper 2.0.3 - RELEASE [Re: Stromausfall] #345446
10/26/10 11:18
10/26/10 11:18
Joined: Feb 2010
Posts: 320
TANA/Madagascar
3dgs_snake Offline
Senior Member
3dgs_snake  Offline
Senior Member

Joined: Feb 2010
Posts: 320
TANA/Madagascar
Wow! that was fast! many many thanks, you really did a good job!

Thanks again!

Re: C# wrapper 2.0.3 - RELEASE [Re: 3dgs_snake] #345447
10/26/10 11:22
10/26/10 11:22
Joined: Dec 2002
Posts: 616
Austria
Stromausfall Offline OP
User
Stromausfall  Offline OP
User

Joined: Dec 2002
Posts: 616
Austria
thanks grin


get the C# wrapper:
for A7.85.4 and A8.30.4, Version 2.3.9
at http://acknexwrapper2.matthias-auer.net/ or visit the thread
Re: C# wrapper 2.0.4 - RELEASE [Re: Stromausfall] #345647
10/28/10 12:19
10/28/10 12:19
Joined: Dec 2002
Posts: 616
Austria
Stromausfall Offline OP
User
Stromausfall  Offline OP
User

Joined: Dec 2002
Posts: 616
Austria
I've uploaded a new version, it fixes some bugs with the PATH_ objects and changes how PATH_ objects are built internally

get it here!

Last edited by Stromausfall; 10/28/10 12:19.

get the C# wrapper:
for A7.85.4 and A8.30.4, Version 2.3.9
at http://acknexwrapper2.matthias-auer.net/ or visit the thread
Page 2 of 23 1 2 3 4 22 23

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