Announcement

Collapse
No announcement yet.

PBDLL Placement

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PBDLL Placement

    How can I place the compiled PBDLL into a folder of my choice?

    ------------------

  • #2
    ????

    #compile exe "c:\temp\app.exe"

    ??

    ------------------
    [email protected]
    hellobasic

    Comment


    • #3
      does that work for "C:\temp\app.dll" or only for the .exe modules?


      ------------------

      Comment


      • #4
        Why not try it?
        Otherwise, i 'm not sure you want to know..


        ------------------
        [email protected]
        hellobasic

        Comment


        • #5
          Bruce --

          If you are compiling a DLL you would use...

          Code:
          #COMPILE [b]DLL[/b] "C:\WHATEVER\MYDLL.DLL"
          It's all covered under #COMPILE in the PB/DLL Help File.

          -- Eric


          ------------------
          Perfect Sync: Perfect Sync Development Tools
          Email: mailto:[email protected][email protected]</A>

          "Not my circus, not my monkeys."

          Comment


          • #6
            Eric:

            Thank you, your example was very nice.

            I should have thought of the Help system earlier.



            ------------------

            Comment

            Working...
            X