Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-29429

[ActiveQt] dumpcpp convert Double In Integer with Visual Basic 6.0

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P1: Critical
    • None
    • 4.8.x
    • ActiveX Support
    • None
    • Windows xp sp3

    Description

      I create a project example in visual basic 6.0 and i want use the app like an Active X Com server.
      In the project i declare a function like this

      Public Function test(tmp as Long)
      End Function

      When i build the project vb create an app.TBL file.
      I convert this file with dumpcpp.exe in app.h and app.cpp
      But the dumpcpp convert the function like this:

      inline QVariant test(Int& tmp);

      This is an error for vb 6.0

      Becouse for vb6.0 integer is a quint8
      Maybe the dumcpp is project for vb#net

      Info:
      http://msdn.microsoft.com/en-us/library/7f5ztkz3%28v=vs.80%29.aspx

      For Now i convert long to String....but its not a good idea.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            stuk Stucchi Stefano
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes