Search found 389 matches

by Rahly
Sat Feb 19, 2005 2:21 am
Forum: Code Talk
Topic: PROJECT: MultiEx Plugin Support
Replies: 291
Views: 86503

i don't really need too, but with the executable i can tell how your calling the function, and suggest changes.

What is it crashing on?
by Rahly
Fri Feb 18, 2005 11:15 pm
Forum: Code Talk
Topic: PROJECT: MultiEx Plugin Support
Replies: 291
Views: 86503

Yes, but all i need is the executable, the main problem is that VB.NET doesn't run anything like the other versions of VB. The main problem is that i COULD get it working with VB.NET but it is almost guaranteed not to work with VB5 or 6. If you want me to get it working under .NET I will though. I w...
by Rahly
Fri Feb 18, 2005 12:30 am
Forum: Code Talk
Topic: PROJECT: MultiEx Plugin Support
Replies: 291
Views: 86503

umm great.... ummm can you do me a favor, send me the compile executable, thats all

i tried compiling and running it myself, but i had to convert it to VB.NET, and it fails on mpGetFormatInfo.
by Rahly
Tue Feb 15, 2005 2:04 pm
Forum: Code Talk
Topic: PROJECT: MultiEx Plugin Support
Replies: 291
Views: 86503

can you send me your "test" program?
by Rahly
Tue Feb 15, 2005 4:13 am
Forum: Code Talk
Topic: PROJECT: MultiEx Plugin Support
Replies: 291
Views: 86503

what do you have it defined as, and whats the SizeOf the type.
by Rahly
Tue Feb 15, 2005 3:37 am
Forum: Code Talk
Topic: PROJECT: MultiEx Plugin Support
Replies: 291
Views: 86503

That should be remedied, Pointers are implemented as LongInt (32bit Integers); since you don't USE that parameter, it should be ok. TFindInfo is how you get the filename/file attributes, Internally it stores information like "what file am i on?" so that any NEW calls know where to continue...
by Rahly
Mon Feb 14, 2005 8:20 am
Forum: Holy Cow!
Topic: Funny Bunny
Replies: 2
Views: 2860

Funny Bunny

by Rahly
Thu Feb 10, 2005 4:19 am
Forum: Code Talk
Topic: PROJECT: MultiEx Plugin Support
Replies: 291
Views: 86503

my sample? if Not(GetManagerVersion(Major, Minor)) or (Major <> 1) or (Minor <> 0) then begin ShowMessage('Invalid Version of the plugin manager found'); Application.Terminate; end; SetPluginDirectory('.\Plugins\'); RefreshPluginList(); if mpIsFileAnArchive(0, 'C:\program files\Ubisoft\Beyond Good &...
by Rahly
Thu Feb 10, 2005 1:37 am
Forum: Code Talk
Topic: PROJECT: MultiEx Plugin Support
Replies: 291
Views: 86503

Nope, returns true for all functions (also mpCloseArchive). Perhaps the boolean thing is not working right? How about returning a byte? mpCloseArchive, should almost always return true, unless there was some memory error or something. mpIsFileAnArchive works for me mpIsFileAnArchive(0,'sally_clean....
by Rahly
Wed Feb 09, 2005 6:33 pm
Forum: Code Talk
Topic: PROJECT: MultiEx Plugin Support
Replies: 291
Views: 86503

does mpIsFileAnArchive return true but fail on the mpOpenArchive ?
by Rahly
Wed Feb 09, 2005 2:43 am
Forum: Code Talk
Topic: PROJECT: MultiEx Plugin Support
Replies: 291
Views: 86503

All integers = 32bit Yeah, mpOpenArchive( ArchiveHandle ) is passed by reference, not value, this is returned to you, this is a value that indicates which archive you are working with, this allows you to have more than one archive open with the same plugin, although this prolly WONT happen with the ...
by Rahly
Tue Feb 08, 2005 12:27 am
Forum: Code Talk
Topic: PROJECT: MultiEx Plugin Support
Replies: 291
Views: 86503

let me see your code, here is mine if Not(GetManagerVersion(Major, Minor)) or (Major <> 1) or (Minor <> 0) then begin ShowMessage('Invalid Version of the plugin manager found'); Application.Terminate; end; SetPluginDirectory('.\Plugins\'); RefreshPluginList(); if mpIsFileAnArchive(0, 'C:\program fil...
by Rahly
Mon Feb 07, 2005 6:51 pm
Forum: Code Talk
Topic: PROJECT: MultiEx Plugin Support
Replies: 291
Views: 86503

inh is the formatindex, stored in my global structure 'formats' (retrieved prior to processing). Now, all 'res' are true after I call any of the functions. But the IndexCount = 0 after the call. Weird huh? What is is with the flags I got to give and the Pchar (or string) I got to provide in OpenArc...
by Rahly
Wed Feb 02, 2005 4:33 am
Forum: Game Archive
Topic: It's hard to believe....
Replies: 2
Views: 1826

ummm how is this a game request?
by Rahly
Wed Jan 26, 2005 6:49 am
Forum: Holy Cow!
Topic: Go SID!
Replies: 8
Views: 5197

Go SID!

Thought youd like this Mr Mouse.

http://www.hackaday.com/entry/1234000773027619/