|
-
September 12th, 2001, 09:12 AM
#1
Runtime error 326 - WHY???
My application was working fine. I added a resource file which appears to be no problem until I try to execute the following line:
lblAppRev.Caption = "Revision: " & _
CStr(App.Major) & "." & CStr(App.Minor) & "." & CStr(App.Revision)
This causes the "runtime error 326 Resource with identifier 'VERSION' not found" to occur and the application ends.
this only occurs in the executable form not the development environment...???
CAN ANYONE HELP?
e
Elizabeth
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|