Giter Site home page Giter Site logo

visualstudio's People

Watchers

dragontww avatar

visualstudio's Issues

error PRJ0019: "Performing Post-Build Event..."

error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

=================
Soln: [From Stackoverflow]

this was caused when the project had a post-build event that did not return 0(success). You can correct this as follows.

  1. Open the properties page of the project.
  2. select the "Build events ' tab
  3. Here you can either clear the content in the 'Post-build event command-line" textbox , or make the command line work properly (return 0), depending on your needs.
  4. Save and build.

Ctypes unable to load DLL Library

ZipDLL.dll was unable to be loaded. The reason was it was built for an x86 machine (32bits). I was trying to load it in x64 machine.
How to check?
open the vs command line and type dumpbin /headers. Then observe the clue that shows the DLL was built for either x86 or x64.

visual studio 2008 error code from "Performing Post-Build Event..."

error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

solved:
It is solved by clearing all the information in the command Line [Project --> properties -->debugging --> Command Line]
clear the contents of the command line and save it. Then build the project again.

TCube: the setup does not contain some files (such as TCubeObserver64.exe)

The problem was because of the NSIS version. The 3.08 NSIS version was installed. It creates the setup with one warning message. But the setup file didn't work. In addition, the installed file didn't start working.
Solved.
The issue is solved by uninstalling NSIS version 3.08 and installing NSIS version 2.46. The same warning message exists but in this case the setup works.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.