Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8491 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

The Developer Tool will create your bound solution with an EXE file that should be used to start the application, and 1 file for each file in your solution. In addition, it will create a bunch (approx 12-20) DLLs that must be included in the same directory as your solution. If you are using any plugins, you'll need to copy them into a System folder that is a sub-folder under your solution folder.

If your not getting the DLLs, run the dev tool again and closely watch what it throws up on the screen since it names the folder with its own convention, uless you do something to prevent it.

Although some of the DLLs might not be needed in your solution, like the spell checker, they still must be included.

If you've got multiple files in your solution, be aware that FM will allow the user to start up whatever he's clicked on NOT the EXE which I think it should. You can fix this but it's a bit of a pain.

Steve

Posted

Hello,

I'm reading the fine print to ready my solution. I think FM5 is saying I should see the DLL files in my solution folder after running the Developer tool. The solution seems to work but the DLL's aren't visible

Also interested in knowing from someone who's done it, what exactly to copy over from FMP DEV 5 in Windows. Is it just that whole System folder.

Thanks for your response

Bill

Posted

RE: If you've got multiple files in your solution, be aware that FM will allow the user to start up whatever he's clicked on NOT the EXE which I think it should. You can fix this but it's a bit of a pain.

Start every file with "start" script pointing to the correct starting script in correct file.

Posted

What Anatoli suggests works, but it has an unintended consequence: You'll never be able to get into those sub files directly...your main will ALWAYS start. The way I fixed that is to put a file in my folder that the startup checks for, and if found exits the rest of the startup script so I stay in the current file. Obviously, you would never ship this file with your solution.

  • 5 weeks later...
Posted

quote:

Originally posted by Steveinvegas:

What Anatoli suggests works, but it has an unintended consequence: You'll never be able to get into those sub files directly...your main will ALWAYS start. The way I fixed that is to put a file in my folder that the startup checks for, and if found exits the rest of the startup script so I stay in the current file. Obviously, you would never ship this file with your solution.

Steve, thanks for this tidbit - nice tip!

[ August 22, 2001: Message edited by: Dale ]

Posted

Heh heh!

When I first read this I thought Anatoli was being uncharacteristically rude!

(...trying to think of naughty words with five letters...)

Posted

Vaughan!!!!

I will never! And believe me or not I do try to be always nice.

In this case I appreciated the fact, that Steveinvegas build something better, then was my first idea!

I am proud when I trigger something positive.

This topic is 8491 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.