sketchucation logo sketchucation
    • Login
    1. Home
    2. tbd
    3. Posts
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 37
    • Posts 600
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Help! Randor.rb no longer available?!

      I removed all my scripts from Smustard and they will not be available anymore on that site. ever.

      maybe somedays will make them available for free on github.com. till then you can use Chris improved version.

      posted in Plugins
      tbdT
      tbd
    • RE: Sound Effecs in SketchUp (HELP)

      wonder if http://plugins.ro/labs/suave.htm still works nowadays. as I moved to OSX, anyone wants to try it out ?

      posted in Developers' Forum
      tbdT
      tbd
    • RE: IPhone 5 Announced

      @iichiversii said:

      Love the new google maps integration, looks fantastic but I was expecting more from the showcase tbh... πŸ˜’

      the only thing is that is not Google Maps πŸ’š (also in iOS6 there will be no default YouTube app)

      posted in Hardware
      tbdT
      tbd
    • RE: Happy Birthday Gaieus

      happy birthday Csaba

      posted in Corner Bar
      tbdT
      tbd
    • RE: Multiplatform editor Sublime Text 2

      every programmer with his 'own' taste πŸŽ‰

      BracketHighlighter plugin:

      https://github.com/facelessuser/BracketHighlighter/raw/master/example.png

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Multiplatform editor Sublime Text 2

      brackets.png
      SublimeText version: I find underline better πŸ˜‰

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Multiplatform editor Sublime Text 2

      favicon

      (docs.sublimetext.info)

      and an example for some HTML5 - https://github.com/allaire/HTML5-sublime-completions

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Multiplatform editor Sublime Text 2

      oopsy. forgot about it. hard at work with TBD v3 πŸ˜‰

      posted in Developers' Forum
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      @unknownuser said:

      the DLLs are statically linked they can link just the part of the library required. ??

      DLL = Dynamic Linked Library - so they cannot be statically linked (except embedding it in resource and dropping it on execute πŸ˜„ )

      statically linked libraries (eg. CRT.lib) should add only the used routines to the final executable.

      posted in Developers' Forum
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      yes. the dll were created to solve the duplicate code problem but they created another problem - the DLL hell.

      but for SU extensions having a couple of kB duplicated for the CRT is ok. also it makes the installing easier.

      posted in Developers' Forum
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      if you want to have fun - http://www.benshoof.org/blog/minicrt/

      posted in Developers' Forum
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      @thomthom said:

      But I am not including it myself - it's an error that comes from the Ruby missing.h file... :S

      that's why you need to have #define HAVE_ISINF 1 in your code, so that Ruby will not double include

      @unknownuser said:

      Any way to make VC++'s nmake rely on the bundled SketchUp CRT instead of the VSC++ CRT? (splitting my quest into two projects here...)

      compile with the same VC πŸ˜„ or dont link any CRT and use a replacement static lib (there are some minimal libs on the net)

      posted in Developers' Forum
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      @unknownuser said:

      And can you explain what your workaround actually do?

      isinf is already defined in PellesC libraries so there is no need to include that file again.

      http://msdn.microsoft.com/en-us/library/windows/desktop/ms682586(v=vs.85).aspx - the DLL is already loaded by Sketchup so it will use that version. also you can copy the msvcrt-ruby18.dll in your dev directory to be picked up when debugging outside Sketchup (which I hope you do, otherwise dev time is slooooow)

      posted in Developers' Forum
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      @unknownuser said:

      Is it possible to use to to just compile the C source without creating a project? (just trying to find a solution without creating too many extra project files

      the .ppj file is just a collection of commands. you can easily convert it to a .bat file if you dont want to have extra files (remember to create the .def file for the .dll link)

      posted in Developers' Forum
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      yes. my old example did that. best is to check the DLL imports section to see what functions it requires

      posted in Developers' Forum
      tbdT
      tbd
    • RE: A community chat about SketchUp's future

      **Mark:**unless it replies with "reddit is under heavy load right now, sorry. Try again in a few minutes." πŸ˜‰

      posted in SketchUp Discussions
      tbdT
      tbd
    • RE: A community chat about SketchUp's future

      an example of Reddit AMA - Louis CK

      posted in SketchUp Discussions
      tbdT
      tbd
    • RE: Sketchucation Books ordering problems

      thanks for feedback. please provide more information so I will be able to debug it:

      1. what OS and browser version did you use
      2. steps to reproduce the error

      if there are any sensitive info please email me to books@

      regarding one click checkout we are working with our payment processing (FetchApp) to create a solution.

      posted in SketchUp Discussions
      tbdT
      tbd
    • RE: Stop processing rest of file?

      statement modifiers = conditional statements onto the end of a normal statement

      ` name = first_name + last_name rescue "John Doe"

      John Doe # if first_name and last_name are not defined`

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Stop processing rest of file?

      have a separate loader.rb that checks if LIB exists and has functions required.
      if yes, require/load rest of your code, if not ...

      posted in Developers' Forum
      tbdT
      tbd
    • 1
    • 2
    • 3
    • 4
    • 5
    • 29
    • 30
    • 1 / 30