Search found 3 matches

by JorgenHagglund
Mon Feb 20, 2012 8:45 pm
Forum: Resource Builder
Topic: 64 bit support? Not working!
Replies: 0
Views: 26424

64 bit support? Not working!

I am running RB v3.0.3.25 on Win7 x64. When I try to open or import and exe or dll, which I know is x64, I get this error: [Window Title] Warning [Content] The selected file is packed or corrupted and could be incorrectly processed! Continue? [Yes] [No] I'm not sure I would call this supporting 64-b...
by JorgenHagglund
Thu May 05, 2011 6:36 pm
Forum: Resource Builder
Topic: Bug: IDs on static controls.
Replies: 0
Views: 26316

Bug: IDs on static controls.

Try this: Create a dialog, add an image to it and set the images caption to a defined constant which is a bitmap. Set the images type to SS_BITMAP. Watching the script, You get something like: CONTROL "IDB_ARROW_RIGHT",1,"STATIC",SS_BITMAP |WS_CHILD |WS_VISIBLE ,40,80,8,8 Where i...
by JorgenHagglund
Tue Jul 20, 2010 10:37 am
Forum: Resource Builder
Topic: Suggestion: Defines in Pascal?
Replies: 0
Views: 24149

Suggestion: Defines in Pascal?

First off, thanks for a great application. Apart from a few quirks, it's (almost) perfect! :) One thing, though. Why no option to ouput defines to Pascal? The ideal thing would be to be able to choose between creating a complete unit, or just a include file. This feature can't be too hard to impleme...