Note that there are some explanatory texts on larger screens.

plurals
  1. USromeok
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThanks and I will seriously consider not supplying IDL. If you are programming say in VBScript/Perl/PHP/Python and not using an IDE with a TLB Object Browser, then .IDL allows to see how .NET exposed method signatures, for example RESULT Save_2([in] BSTR fileName); and enum values enum { HeightRule_AtLeast = 0, HeightRule_Exactly = 1, } HeightRule; But I guess there are not many developers out there doing this and if they are making their life so difficult already, they will be okay reading help how to convert TLB to IDL if needed.
      singulars
    2. COI am on AMD64 and Vista 64bit and looking at the variables in the console window I see AMD64 for PROCESSOR_ARCHITECTURE, BUT running my unit tests using ReSharper I see "x86" returned. Probably OK if the test runs in 32bit mode, BUT I use this result to decide how to launch another executable and select its 32bit version which refuses to start on 64bit os.
      singulars
    3. COAfter reading http://doc.bazaar.canonical.com/bzr.dev/en/user-guide/branching_a_project.html got an idea that bzr:// seems to always resolve the URL relative to the user directory even when no "~" is specified. But sftp:// normally resolves it relative to the root directory on the server unless you specify "~" in the path. This sounds better. Also it said that most SSH servers incude SFTP. So I just tried sftp://myserver.com/MyProject and it created the repository in C:\cygwin\MyProject, which is much better. If you don't have a better answer, consider this closed.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload