|
-
Jul 19th, 2006, 06:43 AM
#1
Thread Starter
Junior Member
Problem with .ocx files after installation
ok.. ive made a little game in vb..
and theres a problem with .ocx files
after i installed it on pc's except mine..
it sez sumthing like "your button.ocx is out of date"
please help..
heres my setup if you like to check...
clegeo(demo)
Last edited by rave08; Jul 19th, 2006 at 07:35 AM.
-
Jul 19th, 2006, 07:13 AM
#2
Addicted Member
Re: Problem with .ocx files after installation
Can you type in a way where I don't want to scratch my eyes out.
If you downloaded button.ocx from somewhere, try and find a newer version.
-
Jul 19th, 2006, 07:21 AM
#3
Hyperactive Member
Re: Problem with .ocx files after installation
yay is this made to take the *mick* ?
-
Jul 19th, 2006, 07:22 AM
#4
Hyperactive Member
Re: Problem with .ocx files after installation
Oh and Inno Setup 5 as a compiler ?? Nice!
-
Jul 19th, 2006, 07:22 AM
#5
-
Jul 19th, 2006, 07:31 AM
#6
Thread Starter
Junior Member
Re: Problem with .ocx files after installation
 Originally Posted by Static
ok..
1) as David said.. type like a normal human. 1337 is 14M3.
2) Get a better hosting site...
3) NO ONE will ever install a setup.exe especially from someone we dont know.. actually ANY exe for that matter.
if you want help with this issue. zip the entire project source code and attach it here.
do not include any exe's in it. just the source
but my problem is in the .ocx file i made...
after i install my program on other computer.. and run it...
it sez.. "something.ocx is out of date"
i dunno why.. but it works fine in my computer...
sorry for the inhuman text..
-
Jul 19th, 2006, 07:33 AM
#7
Thread Starter
Junior Member
Re: Problem with .ocx files after installation
 Originally Posted by davidbishton
Can you type in a way where I don't want to scratch my eyes out.
If you downloaded button.ocx from somewhere, try and find a newer version.
sorry for the texts..
nope.. ive made the button.ocx..
i think its the way i compile it.. i dunno..
but it works fine in my pc..
-
Jul 19th, 2006, 07:51 AM
#8
Hyperactive Member
Re: Problem with .ocx files after installation
U M3AN U ACTUALY MAED TEH BUTON.OCX!11!!1 LOL FIEL???!!?!!?!! LOL ENIT Y?!!?!!!?!!?!!?? LOL
I'm sorry...
Why did you make the button.ocx file? I mean, what's wrong with the normal buttons??
-
Jul 19th, 2006, 08:03 AM
#9
Thread Starter
Junior Member
Re: Problem with .ocx files after installation
 Originally Posted by ..:RUDI:..
U M3AN U ACTUALY MAED TEH BUTON.OCX!11!!1 LOL FIEL???!!?!!?!! LOL ENIT Y?!!?!!!?!!?!!?? LOL
I'm sorry...
Why did you make the button.ocx file? I mean, what's wrong with the normal buttons??
uuhhmm.. coz im new in vb.. and i like to practice making my own .ocx's
ive made one so that i can make the background of the button a picture..
and it moves... ahaha...!
-
Jul 19th, 2006, 08:54 AM
#10
-
Jul 19th, 2006, 01:16 PM
#11
Re: Problem with .ocx files after installation
Yes, please link to or upload your source code and no executables. No one will run or install anything without knowing what it actually does by reveiwing its code and being able to compile it themselves.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jul 20th, 2006, 12:02 AM
#12
Thread Starter
Junior Member
Re: Problem with .ocx files after installation
-
Jul 20th, 2006, 01:18 AM
#13
Re: Problem with .ocx files after installation
Put Option Explicit at the top of each form, module and class. You have things missing and undefined. How is this project working anyway. I got errors on loading 2 forms. What installer are you using to packaging this?
What is b3
VB Code:
b3.FileName = App.Path & ("\Sounds\vocalSound\error.wav")
Here is what you use in your project:
; ------------------------
; References
; ------------------------
; Visual Basic For Applications - (MSVBVM60.DLL)
; Standard OLE Types - (OLEPRO32.DLL)
; OLE Automation - (STDOLE2.TLB)
; Microsoft DAO 3.51 Object Library - (DAO350.DLL)
; Microsoft ActiveX Data Objects 2.0 Library - (msado20.tlb)
; Microsoft Data Binding Collection - (MSBIND.DLL)
; Microsoft Data Formatting Object Library - (MSSTDFMT.DLL)
; Microsoft Data Report Designer v6.0 - (MSDBRPTR.DLL)
; Microsoft Data Environment Instance 1.0 - (MSDERUN.DLL)
; Microsoft ActiveX Data Objects 2.8 Library - (MSADO15.DLL)
; --------------------------
; Components
; --------------------------
; Microsoft Windows Common Controls 6.0 (SP6) - (MSCOMCTL.OCX)
; Microsoft Common Dialog Control 6.0 (SP6) - (Comdlg32.ocx)
; blushButtonMove - (blushButtonMove00.ocx)
; Microsoft DataGrid Control 6.0 (SP6) (OLEDB) - (MSDATGRD.OCX)
; blushButton00 - (blushButton00.ocx)
-
Jul 20th, 2006, 04:06 AM
#14
Re: Problem with .ocx files after installation
You have many problems. Why are both your component ocx's named usercontrol1 ucMenu?
-
Jul 20th, 2006, 06:23 AM
#15
Thread Starter
Junior Member
Re: Problem with .ocx files after installation
 Originally Posted by randem
Put Option Explicit at the top of each form, module and class. You have things missing and undefined. How is this project working anyway. I got errors on loading 2 forms. What installer are you using to packaging this?
What is b3
VB Code:
b3.FileName = App.Path & ("\Sounds\vocalSound\error.wav")
Here is what you use in your project:
; ------------------------
; References
; ------------------------
; Visual Basic For Applications - (MSVBVM60.DLL)
; Standard OLE Types - (OLEPRO32.DLL)
; OLE Automation - (STDOLE2.TLB)
; Microsoft DAO 3.51 Object Library - (DAO350.DLL)
; Microsoft ActiveX Data Objects 2.0 Library - (msado20.tlb)
; Microsoft Data Binding Collection - (MSBIND.DLL)
; Microsoft Data Formatting Object Library - (MSSTDFMT.DLL)
; Microsoft Data Report Designer v6.0 - (MSDBRPTR.DLL)
; Microsoft Data Environment Instance 1.0 - (MSDERUN.DLL)
; Microsoft ActiveX Data Objects 2.8 Library - (MSADO15.DLL)
; --------------------------
; Components
; --------------------------
; Microsoft Windows Common Controls 6.0 (SP6) - (MSCOMCTL.OCX)
; Microsoft Common Dialog Control 6.0 (SP6) - (Comdlg32.ocx)
; blushButtonMove - (blushButtonMove00.ocx)
; Microsoft DataGrid Control 6.0 (SP6) (OLEDB) - (MSDATGRD.OCX)
; blushButton00 - (blushButton00.ocx)
uhmm.. ok... b3 is a multimedia player.. but since im sending you all my source code.. i take away the sounds and a lot of forms.. and im using inno setup 5! sorry.. but ive made that program a long time a go.. tanx anyway!
-
Jul 20th, 2006, 06:27 AM
#16
Thread Starter
Junior Member
Re: Problem with .ocx files after installation
 Originally Posted by randem
You have many problems. Why are both your component ocx's named usercontrol1 ucMenu?
hhmm.. sorry.. but its my first time creating my own activex component..
so i really dont know how to change that..
-
Jul 21st, 2006, 05:51 AM
#17
Thread Starter
Junior Member
Re: Problem with .ocx files after installation
heres my error...
Run-time error '372':
Failed to load control 'userControl1' from blushButtonMove00.ocx.
Your version of blushButtonMove00.ocx may be outdated.
Make sure you are using the version of the control that was provided with your application.
pls help..!
-
Jul 21st, 2006, 05:54 AM
#18
Hyperactive Member
Re: Problem with .ocx files after installation
userControl1 cannot be specified in the OCX, take a look and see that it's present!
-
Jul 21st, 2006, 10:26 AM
#19
Thread Starter
Junior Member
Re: Problem with .ocx files after installation
 Originally Posted by ..:RUDI:..
userControl1 cannot be specified in the OCX, take a look and see that it's present!
well.. it works fine in MY pc..
but i dont know why it wont work on others..
hhmm...
-
Jul 21st, 2006, 01:53 PM
#20
Re: Problem with .ocx files after installation
You are not compiling in binary Compatibility, that could be one problem.
-
Jul 22nd, 2006, 09:51 PM
#21
Thread Starter
Junior Member
Re: Problem with .ocx files after installation
 Originally Posted by randem
You are not compiling in binary Compatibility, that could be one problem.
uhhmm.. i dunno what u min..
how can i do that..?
-
Jul 27th, 2006, 09:55 PM
#22
Re: Problem with .ocx files after installation
Project->blushbutton Properties->Component
Select binary compatibility
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|