Page 1 of 1

From build 16 to build 19 : problem with rc file

Posted: Tue Jan 06, 2009 10:14 am
by engi
hi !
my rc file which opened very well with trial version 3.0.0.16 no longer opens with trial version 3.0.1.19 !
i can't no longer do dll compilation with new version !
is it normal ?

Posted: Tue Jan 06, 2009 11:14 am
by engi
I found out what the deal : I edited the file with an external program and recorded in Unicode.

As against, I have always a problem with the trial version.
Until now, I could run edit text mode or create a DLL resource.
Since this morning, I have a message telling me that these functions are not part of the trial version.

Posted: Tue Jan 06, 2009 6:32 pm
by isiticov
Hi,

The problem with Unicode RC file could be that your external editor didn't include BOM Unicode mark at the beginning of the file. So Resource Builder was unable to detect that it is Unicode.
As stated on http://www.resource-builder.com/download.html the trial version includes the following limitations:
1. Works only 30 days from first run.
2. Edit as text works only first 15 days.
3. Link to EXE and DLL creation work only first 15 days.

So it looks like it is past more than 15 days after your trial started and these functions stopped to work.

Posted: Tue Jan 06, 2009 7:22 pm
by engi
that's it !
thanks for answer