• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VB .res and .rc problem

leezard

Member
1. open your project folder (i.e. "C:\Windows\Desktop\FlashTutorial")
2. right-click on the window, and click on "New|Text Document"
3. rename the newly-created file to "tutorial.rc" (please note that the
file HAS TO END WITH AN "RC" extension, or this may not work).
4. double-click on the new text file, and add this line:

555 SWF tutorial.swf

5. click on "Start|Run...", and locate the "RC.EXE" file on your hard
disk. after that, type the following at the end of the "Run" dialog:

-r "[FLASHTUTORIAL_FOLDER]\tutorial.swf"

... where "[FLASHTUTORIAL_FOLDER]" stands for the path of the
"tutorial.swf" file.

This should make the end text to be something *similar* to the
following:

"[RESOURCE_COMPILER_FOLDER]\RC.EXE" -r "[FLASHTUTORIAL_FOLDER]\tutorial.swf"

...where "[RESOURCE_COMPILER_FOLDER]" stands for the path of the
"RC.EXE" program.

6. click on "OK" to start the compilation. if everything was done
correctly, a new RES file, named "tutorial.res", will be created on the
same path as your "tutorial.rc" file.


my question is........when i click "OK" there is no compilation and the "tutorial.res" was not created
Anybody can help me? (thanks in advance)
 
Back
Top