Computers & Internet Logo

Related Topics:

Posted on Aug 18, 2009
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Problems with VB6 Make .EXE command:

I have problems with VB6 Make .EXE command: I have witten two projects in VB6, let's call them project1.vbp and project2.vbp. Both run fine in the IDE. I can compile projet1.vbp using the Make Command from the File Menu by clicking on File > Make Project1.exe. But when I try that with project2.vbp the .''exe'' is missing from the Make command. It just says Make Project2. Why can't I create a Project2.exe?

1 Answer

Anonymous

Level 3:

An expert who has achieved level 3 by getting 1000 points

Superstar:

An expert that got 20 achievements.

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

  • Master 1,511 Answers
  • Posted on Aug 21, 2009
Anonymous
Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

Superstar:

An expert that got 20 achievements.

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Joined: Jul 16, 2009
Answers
1511
Questions
3
Helped
369249
Points
5354

I guess your compiling logs are absent, or have been corrupted, which are only used to when you publish/make an executable.

To Confirm this, Make your EXE through Command Line Compiler, and How See this

If its still not working and your Project is important, then make a blank project and copy paste all Source and Objects there.

Regards,
Waqar.

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

The fautl code is "39" What is wrong and how can I solve this? Nol Witten

Going back 2 months with Windows systemrecovery did solve the problem

Thanks anyway

Nol Witten
0helpful
1answer

I have Thermal Zebra Printer TLP2824, I have installed it and

download.....http://www.barcodesinc.com/free-barcode-font/

free barcode font for programs. copy into c:/windows/fonts

it will install into that folder, and just select that font in VB6 application before printing
0helpful
1answer

Vb6 code to print barcode using datamax e4203

Puedes utilizar comandos DPL e instalar una impresora generica, o generar un archivo PDF y utilizar un controlador de windows para DATAMAX. DPL commands you can use and install a generic printer or generate a PDF file and use a Windows driver for Datamax. buscar
1helpful
1answer

It is like a mini project for me.can i get the full coding... Answer This...

Hi,

You can find numerous source files/projects on following links:
  1. http://www.a1vbcode.com/
  2. http://www.planet-source-code.com/vb/default.asp?lngWId=1#categories
  3. http://www.freevbcode.com/
  4. http://www.vbcode.com/
  5. http://www.vbcodesource.com/
  6. http://www.vb6.us/http://www.vb6.us/

Just go through them. I'll suggest you to play around code, its very interesting RAD tool.

Hope this helps you.

Thanks.
0helpful
2answers

Delete blank rows in excel using visual basic

have you tried to read in one file and write back in excel format only the non-blank rows?
0helpful
1answer

Project1 has stopped working

What is project1? If not sure. Install clean antivirus get it from www.oldapps.com & HijackThis. It will clean your computer and Install again the DirectX.
0helpful
1answer

I want to open a jpg and doc file through command button in vb6

try to convert it to vb6 file and open it via vb6.... heres the link >>>> http://3d2f.com/tags/vb6/converter/registered/software/
1helpful
1answer

Using find or filter command in vb6

search command in visual basic 6.0
1helpful
2answers

USB printing through DOS mode

Google for DOS PRINT USB, and you'll find some utilities that do this.

Or, you can include some commands in your batch file.

First, get the device name:

In a DOS window, type NET VIEW ComputerName (or use 127.0.0.1)

Once you know the printer share name, you use it in a batch file.

NET USE lpt1: \\ComputerName\ShareName /Persistent:Y

This captures the print queue to the shared printer.

You must also go into Printer Properties/Advanced/Print Processor and set it to TEXT

Your copy, print and other commands will work.
2helpful
2answers

Run dos command through vb 6.0 without showing it

visual basic, on windows, right? jumping to dos, implies a command line, no? how else would you access a command line interface, if not through cmd?
Not finding what you are looking for?

274 views

Ask a Question

Usually answered in minutes!

Top Microsoft Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

k24674

Level 3 Expert

8093 Answers

Brad Brown

Level 3 Expert

19187 Answers

Are you a Microsoft Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...