.NETframework

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Jan 2005
Posts: 24
Reputation: Dulaithol is an unknown quantity at this point 
Solved Threads: 1
Dulaithol Dulaithol is offline Offline
Newbie Poster

.NETframework

 
0
  #1
Oct 16th, 2005
Well, I'm writing a physics calc and I'm having problems. When my friend tries to run it, he gets this error. I was wondering what piece of the code wants that .dll file.

I think it has to do with the .rc file, but I could be wrong. I'm only going to put up the .rc unless I'm wrong then ill added the other files. Here's a link to the .exe file.

  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #ifndef __BORLANDC__
  11. #include "winres.h"
  12. #endif
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. #undef APSTUDIO_READONLY_SYMBOLS
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. // English (U.S.) resources
  19.  
  20. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  21. #ifdef _WIN32
  22. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  23. #pragma code_page(1252)
  24. #endif //_WIN32
  25.  
  26. #ifdef APSTUDIO_INVOKED
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // TEXTINCLUDE
  30. //
  31.  
  32. 1 TEXTINCLUDE
  33. BEGIN
  34. "resource.h\0"
  35. END
  36.  
  37. 2 TEXTINCLUDE
  38. BEGIN
  39. "#ifndef __BORLANDC__\r\n"
  40. "#include ""winres.h""\r\n"
  41. "#endif\r\n"
  42. "\0"
  43. END
  44.  
  45. 3 TEXTINCLUDE
  46. BEGIN
  47. "\0"
  48. END
  49.  
  50. #endif // APSTUDIO_INVOKED
  51.  
  52.  
  53. /////////////////////////////////////////////////////////////////////////////
  54. //
  55. // Dialog
  56. //
  57.  
  58. IDD_MAIN DIALOGEX 0, 0, 216, 166
  59. STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION |
  60. WS_SYSMENU
  61. CAPTION "Controls One"
  62. FONT 8, "MS Sans Serif", 0, 0, 0x0
  63. BEGIN
  64. EDITTEXT IDC_VI,43,7,64,14,ES_AUTOHSCROLL
  65. EDITTEXT IDC_ANGLE,144,7,65,14
  66. LTEXT "Angle:",IDC_STATIC,113,7,23,8
  67. LISTBOX IDC_TEXT,7,90,202,69,LBS_NOINTEGRALHEIGHT |
  68. LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP
  69. PUSHBUTTON "&Go",IDC_ADD,45,70,62,14
  70. PUSHBUTTON "&Clear",IDC_CLEAR,113,70,62,14
  71. LTEXT "VYI:",IDC_STATIC,7,23,14,8
  72. LTEXT "VXI:",IDC_STATIC,113,23,14,8
  73. EDITTEXT IDC_TIME,144,35,65,14
  74. EDITTEXT IDC_VXI,144,21,65,14
  75. EDITTEXT IDC_LENGTH,144,49,65,14
  76. EDITTEXT IDC_VYI,43,20,64,14
  77. EDITTEXT IDC_FULLTIME,43,34,64,14
  78. EDITTEXT IDC_HEIGHT,43,48,64,14
  79. LTEXT "Full Time:",IDC_STATIC,7,36,31,8
  80. LTEXT "Height:",IDC_STATIC,7,52,24,8
  81. LTEXT "Time:",IDC_STATIC,113,39,18,8
  82. LTEXT "Length:",IDC_STATIC,113,52,25,8
  83. LTEXT "VI:",IDC_STATIC,7,7,10,8
  84. END
  85.  
  86.  
  87. /////////////////////////////////////////////////////////////////////////////
  88. //
  89. // DESIGNINFO
  90. //
  91.  
  92. #ifdef APSTUDIO_INVOKED
  93. GUIDELINES DESIGNINFO
  94. BEGIN
  95. IDD_MAIN, DIALOG
  96. BEGIN
  97. LEFTMARGIN, 7
  98. RIGHTMARGIN, 209
  99. VERTGUIDE, 107
  100. VERTGUIDE, 113
  101. TOPMARGIN, 7
  102. BOTTOMMARGIN, 159
  103. END
  104. END
  105. #endif // APSTUDIO_INVOKED
  106.  
  107.  
  108. /////////////////////////////////////////////////////////////////////////////
  109. //
  110. // Icon
  111. //
  112.  
  113. // Icon with lowest ID value placed first to ensure application icon
  114. // remains consistent on all systems.
  115. IDI_ICON1 ICON "icon1.ico"
  116. #endif // English (U.S.) resources
  117. /////////////////////////////////////////////////////////////////////////////

my call sign -> "kc8zzn"
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 24
Reputation: Dulaithol is an unknown quantity at this point 
Solved Threads: 1
Dulaithol Dulaithol is offline Offline
Newbie Poster

Re: .NETframework

 
0
  #2
Oct 16th, 2005
I'm guessing that ether no one has a idea whats wrong or its not in that file, so here are the other two files.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC