- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I had a fortran project in Visual Studio 2005 then I've installed Visual Studio 2008 and convert the project. Then after editing visual interface in Script1.rc I've found that resource.fd isn't renewed. The advice was to add resource.h to project and add custom pre-build step deftofd resource.h resource.fd.
After doing it in my resource.fd I have strings like these:
character(len=6), parameter :: IMAGE_FILE_MACHINE_I386 = ("0x014c"&
&)
integer, parameter :: TAPE_DRIVE_ERASE_SHORT = z'00000010'
integer, parameter :: PRODUCT_STORAGE_EXPRESS_SERVER = z'00000014'&
&
integer, parameter :: PRODUCT_WEB_SERVER = z'00000011'
And these marked strings (when continuation symbol is on next string alone) cause errors:
error #5153: Illegal continuation. No valid non_commentary source following &.
error #5082: Syntax error, found IDENTIFIER 'INTEGER' when expecting one of: * ) :: ,
I believe that is because deftofd.exe formats strings with certain length in a wrong way.
I have Intel Fortran 11.1.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've not had that problem but I have to run that step separately every time I have to add another control. Existing controls always update ok, though. I'm using release 10, so maybe that part of the problem is overcome by release 11. Didn't have the problem in earlier releases.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page