[Date Prev][Date Next]
[Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[New search]
To: <framers@xxxxxxxxx>, "Adrie Berg" <Adrie.Berg@xxxxxxxxxxx>
Subject: Re: Creating a dialog box for windows
From: "Rick Quatro" <frameexpert@xxxxxxxxxxxxxx>
Date: Mon, 27 Sep 1999 08:13:31 -0400
Cc: <Framers@xxxxxxxxxxxxxx>
References: <3.0.6.32.19990927123401.0079a7a0@pop.euronet.nl>
Sender: owner-framers@xxxxxxxxx
Adrie, I am a newbie with the FDK, but I did come across this in the fmdev_faq.pdf file: When using custom dialog boxes in Microsoft Windows, why am I getting crashes? Crashes when using custom dialog boxes with FDK clients typically occur when the compiler is not configured to make resources writable. To clear this error, add the following line into the link options in the compiler: /section:.rsrc,w This must be added to each target in the project. Rick Quatro Carmen Publishing 716 659-8267 frameexpert@mindspring.com FrameScript Information at http://www.mindspring.com/~frameexpert > Hello, > > I have a question about creating a dialog box for windows. > I created a plug-in for macro maintenance for the unix version of > FrameMaker+SGML. This plug-in works fine, but when I try to compile it for > Windows (even though macros are not supported by the windows version of > FrameMaker) the plug-in causes FrameMaker on windows to crash whenever I > try to open the interface. I think this is caused by me creating the > resource file incorrectly. > > The plug-in should work fine under windows because it doesn't do anything > which has to do with actual macros, it only maintains the fmMacros file in > a easier manner. > > Can anyone tell me if there is a step-by-step description of creating a > resource for FrameMaker with MS VC 4.1 available somewhere. I tried > following the steps in the platform guide, but without success. The project > compiles correctly, but FrameMaker+SGML crashes every time I try something > with the interface. Maybe there are some MS VC++ settings I keep missing. > > Regards, > Adrie Berg > > > ** To unsubscribe, send a message to majordomo@omsys.com ** > ** with "unsubscribe framers" (no quotes) in the body. ** ** To unsubscribe, send a message to majordomo@omsys.com ** ** with "unsubscribe framers" (no quotes) in the body. **