PDA

View Full Version : Strange error msg


giyoraalon
04-10-2007, 09:09 AM
I am using VB with FXCMFXOrder2Go_01192007.
My application is based on the JuniorTs Demo.

I have two problems. First of all when I try running JuniorTs in the first time I get an err msg which call me to manually register MSSTDFMT.dll. I found this file on the Internet, downloaded and registered it, is it ok ?
(Version from April 2000).

The more critical problem is that on 50% of cases when I finish JuniorTs and terminate I am getting strange error msg :
"Application Error: The Instruction at "Some address" referenced memory at "Another address". The memory cannot be "read". Click OK to terminate the program."

Do you have any idea ?

FXCM Help
04-10-2007, 10:30 PM
That DLL is used for the calendar when you try to get a report which is the reason that the program is looking for that DLL.

As for the second error message, that might be related to the first. The best thing to do would be to look for the windows CD that came with your computer and look for that DLL file in the disk.

giyoraalon
04-11-2007, 02:29 PM
I am still trying to understand what is the reason that JuniorTS works properly on Windows XP but on NT SERVER 2000 there is the ErrMsg I described.
I didn't find MSSTDFMT.dll on the original CD. I think it's belongs to Office 2000, Is it necessary to install Office on the computer ? Is there other DLLs that should be installed before running JuniorTs ?

I also tried to remove Reference to MsstDFMT.dll in the JuniorTs project and to avoid use of "Format" function, but the results are the same.
I must say that it's not constant, one time works ok one time not.

Do you have another idea ?