Hi,
To use .Net non-visual assemblies in PowerBuilder Classic Win32 targets using COM Callable Wrappers (CCWs), Need to set up before using:
1. Add to GAC, run gacultil.exe in Visual Studio command prompt ;
2. Register, run regasm.exe in window command prompt;
I want to deploy .net assemblies to the end users' pc (win7 or xp, with .net framework 2.0, 3.0, 3.5, ...).
How to run gacultil in window command prompt ?
Have any suggestion ?
Thanks !
Jack