473,398 Members | 2,404 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Method '~' of object '~'

Hi everyone.

Can anyone help me? I'm using VB6 on windows XP sp2, and I'm trying to build outputs of my program. It works just fine using the interpreter, but when I try to build outputs it gives me the "Method '~' of object '~' failed to build" error. I've looked elsewhere on the web for solutions, but they mostly involve SQL, mts, XML etc. The only non-VB6 in feature I'm using is winsock. Thanks in advance.

Luke
Jan 1 '08 #1
7 1414
Killer42
8,435 Expert 8TB
I've used VB6 quite a bit, but can someone please explain to me what the expression "building outputs" means?
Jan 1 '08 #2
It's a feature which lets you compile your project into a .exe or .dll file
Jan 1 '08 #3
QVeen72
1,445 Expert 1GB
Hi,

So you are getting this error While you Make EXE ..?
Or EXE can be made, but you get error while running EXE..?
Not very clear from your post....

REgards
Veena
Jan 1 '08 #4
The error comes up while the exe is being made. I couldn't get an exe file.
Jan 1 '08 #5
werks
220 100+
Happy New Year..

Try using Inno Setup for your output..
Jan 1 '08 #6
OK. I tried reinstalling/updating vb, it threw up the same error. tried building it on a college computer - same error. Then i tried doing a 'run with full compile'. I didn't think of doing this earlier, because i thought it used the same compiler that it used to build projects. Instead of giving me the Method '~' of object '~', it found a typing error in one of my forms. Changed it and it worked fine. Wonder why the compiler couldn't give me a useful error message. I think it's because the line wasn't in the startup form. Thanks anyway. By the way, what is Inno setup?

Happy new year everyone
Jan 1 '08 #7
lotus18
866 512MB
Thanks anyway. By the way, what is Inno setup?
Inno setup is a third party setup utility tool
Jan 2 '08 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: Edward Diener | last post by:
This simple code example gives me the message, "TypeError: 'staticmethod' object is not callable". class X(object): def Y(x): print x Y = staticmethod(Y) ad = { 1 : Y } def Z(self):...
31
by: Chris S. | last post by:
Is there a purpose for using trailing and leading double underscores for built-in method names? My impression was that underscores are supposed to imply some sort of pseudo-privatization, but would...
2
by: Marcin | last post by:
Hello! Is there any method to detect parameters values passed to called method? For example: public Guid ApplicationLogin(string userName, string password, int dbId)
5
by: Andy | last post by:
Hi Could someone clarify for me the method parameter passing concept? As I understand it, if you pass a variable without the "ref" syntax then it gets passed as a copy. If you pass a...
10
by: lkrubner | last post by:
I killed last night and a good chunk of today trying to figure out this one particular attempt to get a class and initialize it. My code is using a class method called getObject to include() a file...
1
by: Oriane | last post by:
Hi, I'm currently a method attribute which is used to check the "validity" of this method against a rule. I wrote the isValid method, to be used inside the otriginal method: For instance: //...
4
by: daniel.w.gelder | last post by:
I wrote a template class that takes a function prototype and lets you store and call a C-level function, like this: inline string SampleFunction(int, bool) {..} functor<string (int, bool)>...
6
by: Martin | last post by:
I'd like to be able to get the name of an object instance from within a call to a method of that same object. Is this at all possible? The example below works by passing in the name of the object...
18
by: JohnR | last post by:
From reading the documentation, this should be a relatively easy thing. I have an arraylist of custom class instances which I want to search with an"indexof" where I'm passing an instance if the...
9
by: VK | last post by:
<OT>I am finishing TransModal 0.1 so planning to move it from alpha to beta stage.<OT> Besides that I am planning to write an introductory to inheritance schema currently used in Javascript...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.