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?
Poll & Discussion: We wish the site to continue (Y/N)
Search found 389 matches
- Sat Feb 19, 2005 2:21 am
- Forum: Code Talk
- Topic: PROJECT: MultiEx Plugin Support
- Replies: 291
- Views: 86503
- 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...
- Fri Feb 18, 2005 12:30 am
- Forum: Code Talk
- Topic: PROJECT: MultiEx Plugin Support
- Replies: 291
- Views: 86503
- Tue Feb 15, 2005 2:04 pm
- Forum: Code Talk
- Topic: PROJECT: MultiEx Plugin Support
- Replies: 291
- Views: 86503
- Tue Feb 15, 2005 4:13 am
- Forum: Code Talk
- Topic: PROJECT: MultiEx Plugin Support
- Replies: 291
- Views: 86503
- Tue Feb 15, 2005 3:37 am
- Forum: Code Talk
- Topic: PROJECT: MultiEx Plugin Support
- Replies: 291
- Views: 86503
- Mon Feb 14, 2005 8:20 am
- Forum: Holy Cow!
- Topic: Funny Bunny
- Replies: 2
- Views: 2860
- 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 &...
- 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....
- Wed Feb 09, 2005 6:33 pm
- Forum: Code Talk
- Topic: PROJECT: MultiEx Plugin Support
- Replies: 291
- Views: 86503
- 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 ...
- 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...
- 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...
- Wed Feb 02, 2005 4:33 am
- Forum: Game Archive
- Topic: It's hard to believe....
- Replies: 2
- Views: 1826
