Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   MPLAB IDE Project Specs (http://www.chiefdelphi.com/forums/showthread.php?t=24020)

Astronouth7303 19-01-2004 14:28

Re: MPLAB IDE Project Specs
 
Quote:

Originally Posted by Raven_Writer
Re-writing an IFI Loader shouldn't be to much trouble. I'd just have to know what each function in the IFI DLL does. Although that shouldn't be to hard either (:D...based upon the fact that all you do is basically declare a variable).

Try putting a reference to it in VB. Or use the dependency walker to get the names.

Raven_Writer 19-01-2004 15:40

Re: MPLAB IDE Project Specs
 
Quote:

Originally Posted by Astronouth7303
Try putting a reference to it in VB. Or use the dependency walker to get the names.

Dependency walker?? (Sorry, I hardly ever use the tools MSVC++ 6.0 installs)

The reference is what I was thinking of doing. Thanks for the idea.

New TODO:
- Syntax Highlighting
- Custom made (hopefully built-in) IFI Loader

I don't know if the built-in IFI Loader would work considering that it's made in VB, but if not, I'll have my program accept command line parameters.

Astronouth7303 19-01-2004 15:50

Re: MPLAB IDE Project Specs
 
VB has no issues with command-line arguments. VB referencing doesn't work, I tried it. Yes, dependency walker is one of the tools in VS6. Point it at any Win32 module (I'd reomend PICBOOT.DLL). If you know how to read 'Hint', tell me. If we're lucky, how to download will be in documentation, like the dashboard stuff.

Raven_Writer 19-01-2004 15:53

Re: MPLAB IDE Project Specs
 
Quote:

Originally Posted by Astronouth7303
VB has no issues with command-line arguments. VB referencing doesn't work, I tried it. Yes, dependency walker is one of the tools in VS6. Point it at any Win32 module (I'd reomend PICBOOT.DLL). If you know how to read 'Hint', tell me. If we're lucky, how to download will be in documentation, like the dashboard stuff.

I believe I've read the documentation on how the code is downloaded and such. I'll have to scrimmage up all the doc's I looked at before and see what I can find.


All times are GMT -5. The time now is 19:51.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi