Search found 15 matches

by NSanderson
Thu Jun 25, 2009 10:13 am
Forum: Resource Builder
Topic: Czech accents being removed
Replies: 1
Views: 21592

Czech accents being removed

Hi Igor, Got a problem with Resource Builder (3.0.2.22) where there are Czech characters losing their accents. If you have two string tables open in Edit as Text (one English, one Czech) and you press the Save button, the Czech table seems to take on the code page of the English and loses all of its...
by NSanderson
Mon Apr 27, 2009 2:25 pm
Forum: Resource Builder
Topic: Error when trying to open string with "\\De" chara
Replies: 1
Views: 21142

Error when trying to open string with "\\De" chara

Hi Igor, I'm getting a strange error when trying to open a resource script file in resource builder. The error appears when trying to open a file which contains a string with the sequence "\\De" in. In our case, Resource Builder objects to the following line: 4141, "C:\\Nectar\\Config...
by NSanderson
Tue Feb 10, 2009 4:24 pm
Forum: Resource Builder
Topic: Resource string tables lose their locale on save
Replies: 4
Views: 32444

Resource string tables lose their locale on save

Hi Igor, The steps are as follows: 1. Load a .rc file (which is normally used in Visual C++ 6.0) 2. Change text in one of the string tables. 3. Press the save button. At this point, Resource Builder saves the change BUT reports that the Locale setting of the string table has changed to the neutral (...
by NSanderson
Mon Feb 09, 2009 1:17 pm
Forum: Resource Builder
Topic: Resource string tables lose their locale on save
Replies: 4
Views: 32444

Resource string tables lose their locale on save

Hi Igor, I've noticed a problem with Resource Builder when modifying an existing .rc file. If you add a new string table, set the locale (e.g. czech) and then save the file the locale resets to Neutral. This is more of a problem with 2 or more string tables as if you add a new string to each one and...
by NSanderson
Wed Jan 21, 2009 2:54 pm
Forum: Resource Builder
Topic: .RC file problems
Replies: 10
Views: 121767

.RC file problems

Cheers Igor! That works fine.
by NSanderson
Mon Jan 19, 2009 3:15 pm
Forum: Resource Builder
Topic: .RC file problems
Replies: 10
Views: 121767

.RC file problems

Hi again Igor, I've just tried adding C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE into the include paths WITHOUT double quotes. I now get an error reported: Error message: File dlgs.h. Line 243 : 1. Cannot open tagCRGB file I've looked in the dlgs.h file (which WinRes.h includes) and the t...
by NSanderson
Mon Jan 19, 2009 2:21 pm
Forum: Resource Builder
Topic: .RC file problems
Replies: 10
Views: 121767

.RC file problems

Hi Igor, I've made sure that all the include paths are defined in the Compiler Include Directories and removed any references in the Always Include File as I was trying to use this to get round a missing .h file include. I now get the following error message. "Error message: File D:\ccm\nectar-...
by NSanderson
Fri Jan 16, 2009 9:31 am
Forum: Resource Builder
Topic: .RC file problems
Replies: 10
Views: 121767

.RC file problems

Hi Igor, This is the resource.h file contents: //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by NxTillCmpt.rc // #define IDS_PROJNAME 100 #define IDR_NXTILL 101 #define IDR_NXTILLTXN 102 #define IDR_NXTILLTXNITEM 103 #define IDR_NXSALESCAT 104 #define IDR_NXRETU...
by NSanderson
Thu Jan 15, 2009 10:17 am
Forum: Resource Builder
Topic: .RC file problems
Replies: 10
Views: 121767

.RC file problems

Hi Igor, this is the text version of the file. Used in Visual C++ 6.0. Thanks, Neil //Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generat...
by NSanderson
Wed Jan 14, 2009 4:22 pm
Forum: Resource Builder
Topic: .RC file problems
Replies: 10
Views: 121767

Please note that you can import the resource information from the COM DLL that contains the .RC file either by the File->Import... or the File-Open (type of file set to applications, dynamic link libraries)

Version of Resource Builder is 3.0.0.19.

Thanks,

Neil.
by NSanderson
Wed Jan 14, 2009 4:09 pm
Forum: Resource Builder
Topic: .RC file problems
Replies: 10
Views: 121767

.RC file problems

Hi, The latest version of resource builder seems to be unable to open version of resource script (.RC) files that had previously worked. Instead of opening the file now, we get an error 11 code returned (empty filename) claiming that an empty <> sequence was encountered. The < or > symbol do not app...
by NSanderson
Fri Nov 28, 2008 10:34 am
Forum: Resource Builder
Topic: Exception EConvertError in module sicmplr.dll at 000079FF
Replies: 5
Views: 37970

Exception EConvertError in module sicmplr.dll at 000079FF

Hi Igor,

I've eventually managed to update to version 3.0.0.7.

Still does the same though.

Neil Sanderson.
by NSanderson
Thu Nov 27, 2008 4:53 pm
Forum: Resource Builder
Topic: Exception EConvertError in module sicmplr.dll at 000079FF
Replies: 5
Views: 37970

Exception EConvertError in module sicmplr.dll at 000079FF

Hi Igor, I can't see a way of attaching the file 'as is' but this is the contents of one of the files: #define S1_AMOUNT 1 #define S2_PLEASE_ENTER_AMOUNT 2 #define S3_TRANSACTION_NUMBER 3 STRINGTABLE LANGUAGE 0x09,0x01 // English USA { S1_AMOUNT, "Amount (" S2_PLEASE_ENTER_AMOUNT, "Pl...
by NSanderson
Thu Nov 27, 2008 4:06 pm
Forum: Resource Builder
Topic: Exception EConvertError in module sicmplr.dll at 000079FF
Replies: 5
Views: 37970

Exception EConvertError in module sicmplr.dll at 000079FF

With the arrival of version 3.0.0.5 of Resource Builder, there appears to be a new problem when converting from a .RC file to a .RES file. It fails and displays the following message: 'Exception EConvertError in module sicmplr.dll at 000079FF'. Can this be investigated please? Interestingly, Visual ...
by NSanderson
Wed Nov 26, 2008 9:23 am
Forum: Resource Builder
Topic: Resource.h - re-ordering the constants
Replies: 1
Views: 21817

Resource.h - re-ordering the constants

I've found that when looking at a .rc resource file, the defined symbols in the resource.h file are always written in identifier order. Is there any way to specify the order of the defined symbols when written back into the resource.h file so that they can be in integer or text value order instead? ...