• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

vertex modifyer problem

Status
Not open for further replies.
I manage to run vertex editor by following the action below

by Pcfrenzie from some forum

You have to place the comdlg32.ocx (search by google) in the systemwow64 folder, run the cmd there FIRST, type

regsvr32 %Systemroot%\System32\comdlg32.ocx

You should see the following message:
DllRegisterServer in C:\WINDOWS\System32\comdlg32.ocx succeeded.

THEN place the file in your system32 as well and run the cmd there. type

regsvr32 %Systemroot%\System32\comdlg32.ocx

You should see the following message:
DllRegisterServer in C:\WINDOWS\System32\comdlg32.ocx succeeded.

Doing just one or the other won't work. Both are required if you have a program that depends on the comdlg32.ocx being present on a 64bit Windows 7 installation.
 
Status
Not open for further replies.
Back
Top