CRXLAT32 register problem
One of my report using the TOWORD CR function and I wounder our terminal server hasn't install/register the CRXLAT32.DLL which we can't install it .
I tried to add the below in a module but it won't work
public declare sub I_define_it LIB "O:\Crxlat32.dll"
Please give me a hand how I can work around this
Many Thanks in advance
Re: CRXLAT32 register problem
I just found a post which can solve the problem by simply copy the CRXLAT32.DLL to C:\Windows\System32\
http://www.visualsoft.net/forum/foru...&PN=1&get=last
1. I have no right to access the Windows path
2. Although I can , our terminal server has over 20 servers under the citrix environment.
Can someone advise whether we can copy it to somewhere else and instruct the program to point to it ??
Thanks
Re: CRXLAT32 register problem
Can't you put it in your application's path?
Re: CRXLAT32 register problem
Quote:
Originally Posted by Hack
Can't you put it in your application's path?
I copied the executable to O:\APP_Folder\ and saved the CRXLAT32.DLL under it but the program still poped 'CRXLAT32.DLL' cannot be found
Anything I need to embed to the VB6 application in order to let it know its application path is O:\APP_Folder ?
Thanks